home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / French.chm / main.css < prev    next >
Cascading Style Sheet File  |  2004-07-24  |  2KB  |  97 lines

  1. img {border: none 0px; vertical-align: text-bottom; color: #FFFFFF;}
  2.  
  3. p,ul,ol,li,dl,dt,dd,td {
  4.   font-size: 10pt;
  5.   font-family: Verdana, Arial, Helvetica, sans-serif;
  6.   color: black;
  7.   background: white;
  8. }
  9.  
  10. p.description 
  11. {
  12.   font-family: Arial, Verdana, Helvetica, sans-serif;
  13.   color: Blue;
  14.   font-weight: bold;
  15.   margin-top:10px;
  16.   margin-bottom:10px;
  17.   margin-left:0px;
  18.   margin-right:0px;
  19.   border: 2px;
  20. }
  21.  
  22. p.subtitle {
  23.   font-weight: bold;
  24.   margin-left:0px;
  25.   margin-top:5px;
  26.   margin-bottom:5px;
  27.   margin-right:0px;
  28. }
  29.  
  30. p.centered {
  31.   text-align: center;
  32. }
  33.  
  34. p.version {
  35.   text-align: left;
  36.   margin: 0px;
  37.   color: Red;
  38. }
  39.  
  40.  
  41. p.header {
  42.   font-size: 10pt;
  43.   font-style:italic;
  44.   color:Black;
  45.   background-color: #99ccff;
  46.   border:3px;
  47.   border-style:solid;
  48.   border-color:#99ccff;
  49.   margin: 0px;
  50. }
  51.  
  52. p.title {
  53.   font-family: Arial, Verdana, Helvetica, sans-serif;
  54.   font-size: 14pt;
  55.   font-weight: bold;
  56.   color:Black;
  57.   border:3px;
  58.   margin: 0px;
  59. }
  60.  
  61. p.detail 
  62. {
  63.   font-family: Verdana, Arial, Helvetica, sans-serif;
  64.   margin-left: 30px;
  65.   margin-right:0px;
  66.   margin-top:0px;
  67.   margin-bottom:0px;
  68.   border: 2px;
  69. }
  70.  
  71.  
  72. code, pre {
  73.   font-size: 10pt;
  74.   font-family: Courier New, Courrier;
  75.   color: black;
  76.   background: #EEEEEE;
  77. }
  78.  
  79. hr
  80. {
  81.   border-color: black;
  82.   border-style: solid;
  83. }
  84.  
  85. a:link, a:visited {
  86.   color: blue;
  87.   background: white;
  88.   text-decoration: none;
  89. }
  90.  
  91. a:hover, a:active {
  92.   color: #CC0000;
  93.   background: white;
  94.   text-decoration: underline;
  95. }
  96.  
  97.